Skip to content
Snippets Groups Projects
Commit 52a05807 authored by Mikael Djurfeldt's avatar Mikael Djurfeldt
Browse files

Include sources properly

parent 8cb1febf
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ endif
#runtestdir = $(bindir)
#dist_runtest_DATA = music_tests.sh
EXTRA_DIST = $(SUBDIRS)
EXTRA_DIST = test_old
install-data-hook:
@INSTALL_PROGRAM@ music_tests.sh $(DESTDIR)$(bindir)
......@@ -56,4 +56,4 @@ install-data-hook:
cloop.test const.test contclock.test \
launchtest.test messages.test \
multicomm.test multiport.test \
$(DESTDIR)@PKGDATADIR@/tests
\ No newline at end of file
$(DESTDIR)@PKGDATADIR@/tests
......@@ -7,7 +7,7 @@ testlib_PROGRAMS = test_ag #test_tng
MUSIC_INCLUDE = -I$(top_srcdir)/src -I$(top_builddir)/src
test_ag_SOURCES = test_ag.cc
test_ag_SOURCES = test_ag.cc catch.hpp
test_ag_CXXFLAGS = $(MUSIC_INCLUDE) @MPI_CXXFLAGS@
test_ag_LDADD = $(top_builddir)/src/libmusic.la @MPI_LDFLAGS@
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment