Quellcode durchsuchen

fixing Makefile.am, since not running on travis-ci

Stasik0 vor 11 Jahren
Ursprung
Commit
5730017214
1 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 5 2
      tests/Makefile.am

+ 5 - 2
tests/Makefile.am

@@ -1,10 +1,13 @@
 INCLUDE = @CHECK_CFLAGS@ -I$(top_builddir)/src -I$(top_builddir)/include
 LIBS = $(top_builddir)/lib/libopen62541.a @CHECK_LIBS@
 
-#add new tests to this line
+#STEP 1: add new tests to this line
 TESTS = check_stack check_list
 
-check_PROGRAMS = $(TESTS)
+#STEP 2: add new tests to the following list
+check_stack_SOURCES = check_stack.c
+check_list_SOURCES = check_list.c
+
 AM_LDADD = $(LIBS)
 
 #optimization levels depending on debug