d
This commit is contained in:
13
c/ext/uthash/tests/all_funcs
Executable file
13
c/ext/uthash/tests/all_funcs
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
function proceed {
|
||||
read -p "proceed ? [n] " response
|
||||
if [ "$response" != "y" ]; then exit -1; fi
|
||||
}
|
||||
|
||||
make clean tests_only EXTRA_CFLAGS='-DHASH_FUNCTION=HASH_BER'; proceed
|
||||
make clean tests_only EXTRA_CFLAGS='-DHASH_FUNCTION=HASH_FNV'; proceed
|
||||
make clean tests_only EXTRA_CFLAGS='-DHASH_FUNCTION=HASH_JEN'; proceed
|
||||
make clean tests_only EXTRA_CFLAGS='-DHASH_FUNCTION=HASH_OAT'; proceed
|
||||
make clean tests_only EXTRA_CFLAGS='-DHASH_FUNCTION=HASH_SAX'; proceed
|
||||
make clean tests_only EXTRA_CFLAGS='-DHASH_FUNCTION=HASH_SFH'; proceed
|
||||
Reference in New Issue
Block a user