Fix missing header. Add blowfish source to run_test script.
[bertos.git] / test / run_tests.sh
index c33f00e2a3ed3d3cdc3a53ca60ca1bc42573f458..9a479899a0a8d11a6fe08b7d0749bd59b7725ee5 100755 (executable)
@@ -65,6 +65,7 @@ SRC_LIST="
        bertos/io/kblock_ram.c
        bertos/io/kblock_posix.c
        bertos/io/kfile.c
+       bertos/sec/cipher/blowfish.c
 "
 
 buildout='/dev/null'