Implemented simple unit tests
This commit is contained in:
parent
75b586d1e3
commit
d4dec78786
@ -46,6 +46,20 @@ test_iso_CPPFLAGS = -Ilibisofs
|
||||
test_iso_LDADD = $(libisofs_libisofs_la_OBJECTS) $(THREAD_LIBS)
|
||||
test_iso_SOURCES = test/iso.c
|
||||
|
||||
## Build unit test
|
||||
|
||||
check_PROGRAMS = \
|
||||
test/test
|
||||
|
||||
test_test_CPPFLAGS = -Ilibisofs
|
||||
test_test_LDADD = $(libisofs_libisofs_la_OBJECTS) $(THREAD_LIBS)
|
||||
|
||||
test_test_SOURCES = \
|
||||
test/test_exclude.c \
|
||||
test/test_tree.c \
|
||||
test/test_file_hashtable.c \
|
||||
test/test.c
|
||||
|
||||
|
||||
## ========================================================================= ##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user