diff options
author | David Phillips <david@sighup.nz> | 2017-12-28 19:58:57 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-12-28 20:23:38 +1300 |
commit | 7823d9c7e4f3c0485e8d96e44e0d94541762c6d1 (patch) | |
tree | 38588863cbdfc5752bc9d6473f6809fc478bda97 /test/.gitignore | |
parent | 12fc1ad7e759715a11776298f6da6d946d75bbd1 (diff) | |
download | hence-7823d9c7e4f3c0485e8d96e44e0d94541762c6d1.tar.xz |
Move logic tests to test framework
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index 2674822..04d77d8 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,8 @@ +test-logic-and +test-logic-nand +test-logic-nor +test-logic-not +test-logic-or +test-logic-xor test-whitespace-input *.log |