mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Makefile.lite: Fix running of tests
* Generate `test/common.sh` from `test/common.sh.in`. * Move `is_win` setting to `test_common.sh`.
This commit is contained in:
@@ -27,6 +27,7 @@ DEFAULT_CONFIG = release
|
||||
CONFIG = $(DEFAULT_CONFIG)
|
||||
|
||||
all: clean
|
||||
sed 's|@top_srcdir@|$(topdir)|;s|@EXEEXT@| |' common.sh.in > common.sh
|
||||
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC.sh $(CONFIG)
|
||||
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_libFLAC++.sh $(CONFIG)
|
||||
$(FLAC__TEST_LEVEL) $(FLAC__TEST_WITH_VALGRIND) ./test_grabbag.sh $(CONFIG)
|
||||
|
||||
Reference in New Issue
Block a user