diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 79b8dee..ce11f95 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,2 +1,5 @@ +noinst_PROGRAMS = readdir_inode +readdir_inode_SOURCES = readdir_inode.c + TESTS = test_bindfs.rb |