Skip to content
Snippets Groups Projects
Commit d9e03c00 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Make check runs the test (no need to call run_tests.sh manually anymore)

parent 0920fd03
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ TESTS_ENVIRONMENT = CODECS_PATH="$(top_builddir)/src/audio/codecs" \
FAKE_PLUGIN_DIR="$(top_builddir)/src/plug-in/test/" \
FAKE_PLUGIN_NAME="$(top_builddir)/src/plug-in/test/libplugintest.so"
check_PROGRAMS = test
TESTS = run_tests.sh
test_CXXFLAGS = $(CPPUNIT_CFLAGS)
test_LDADD = $(LLIBS) @LIBCRYPTO_LIBS@
......
#!/bin/bash
CODECS_PATH="../src/audio/codecs" FAKE_PLUGIN_DIR="../src/plug-in/test/" FAKE_PLUGIN_NAME="../src/plug-in/test/libplugintest.so" ./test --xml || exit 1
CODECS_PATH="../src/audio/codecs" FAKE_PLUGIN_DIR="../src/plug-in/test/" FAKE_PLUGIN_NAME="../src/plug-in/test/libplugintest.so" exec ./test --xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment