]> Nishi Git Mirror - gwion.git/commitdiff
:white_check_mark: improve testing
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 19:27:37 +0000 (21:27 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 9 Oct 2019 19:27:37 +0000 (21:27 +0200)
tests/import/get_module.c
tests/sh/import.sh

index 2d58570d0c6c0a59bf60675cc8e018612a919633..19b72862ed396d543f8b683315dbe14201c1c5df 100644 (file)
@@ -27,7 +27,8 @@ GWMODEND(dummy_module) {
 }
 
 GWION_IMPORT(dummy_module) {
-  GWI_OB(get_module(gwi->gwion, "dummy"))
+  GWI_OB(get_module(gwi->gwion, "dummy_module"))
+  puts("test passed!");
   get_module(gwi->gwion, "non_existant_module");
   return GW_OK;
 }
index edf63e5344215eae71cb156c186191247ef6c7f8..bf9653c53cc65ccbe94d95c8a37b7e0151132146 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# [test] #34
+# [test] #37
 
 n=0
 [ "$1" ] && n="$1"