mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 13:10:26 -04:00
added test for simd crash to "make testall" and thus travis CI
This commit is contained in:
parent
e53d6d4bea
commit
cf5813a1b4
1
Makefile
1
Makefile
@ -37,6 +37,7 @@ testall:
|
||||
make -C test DATATYPE=int16_t CFLAGADD="$(CFLAGADD)" test
|
||||
make -C test DATATYPE=float CFLAGADD="$(CFLAGADD)" test
|
||||
make -C test DATATYPE=double CFLAGADD="$(CFLAGADD)" test
|
||||
make -C test testsse
|
||||
echo "all tests passed"
|
||||
|
||||
tarball: clean
|
||||
|
@ -67,6 +67,9 @@ tools:
|
||||
test_simd: test_simd.c $(SRCFILES)
|
||||
$(CC) -o $@ -g $(CFLAGS) -DUSE_SIMD=1 -msse $+ -lm
|
||||
|
||||
testsse: test_simd
|
||||
./test_simd
|
||||
|
||||
$(SELFTEST): $(SELFTESTSRC) $(SRCFILES)
|
||||
$(CC) -o $@ $(CFLAGS) $(TYPEFLAGS) $+ -lm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user