Skip to content

Commit

Permalink
Use the 'SHELL' macro to invoke 'runtest'
Browse files Browse the repository at this point in the history
  • Loading branch information
kazssym committed May 4, 2020
1 parent 0f31435 commit 98a6286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if CPPUNIT
check_PROGRAMS = test_data.exec test_memory.exec test_context.exec
check_SCRIPTS = runtest

EXEC_TEST_LOG_COMPILER = ./runtest
EXEC_TEST_LOG_COMPILER = $(SHELL) ./runtest
TESTS += $(check_PROGRAMS)
CLEANFILES += $(check_SCRIPTS)
endif
Expand Down

0 comments on commit 98a6286

Please sign in to comment.