Skip to content
Snippets Groups Projects
Commit 322db28d authored by Mark Grondona's avatar Mark Grondona
Browse files

o added test-log and test-pack to test progs

parent f47d2670
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,10 @@ else
elan_testprogs =
endif
noinst_PROGRAMS = $(elan_testprogs)
noinst_PROGRAMS = $(elan_testprogs) pack-test log-test
TESTS =
TESTS = pack-test log-test
runqsw_SOURCES = runqsw.c
runqsw_LDADD = $(top_srcdir)/src/common/libcommon.a
runqsw_LDADD = $(top_srcdir)/src/common/libcommon.a
pack_test_LDADD = $(top_srcdir)/src/common/libcommon.a
log_test_LDADD = $(top_srcdir)/src/common/libcommon.a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment