]> Kevux Git Server - fll/commitdiff
Update: Add testfile for executing test.
authorKevin Day <thekevinday@gmail.com>
Wed, 15 Dec 2021 03:32:25 +0000 (21:32 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 15 Dec 2021 03:32:25 +0000 (21:32 -0600)
More work will be needed to do something more than just print the results.

level_0/f_memory/data/build/testfile [new file with mode: 0644]

diff --git a/level_0/f_memory/data/build/testfile b/level_0/f_memory/data/build/testfile
new file mode 100644 (file)
index 0000000..1204bf0
--- /dev/null
@@ -0,0 +1,24 @@
+# fss-0005 iki-0002
+
+settings:
+  load_build yes
+  fail exit
+
+  environment LD_LIBRARY_PATH
+
+  parameter verbose +v
+  parameter verbose_fll +V
+
+main:
+
+  build settings
+
+  build settings-tests
+
+  define LD_LIBRARY_PATH build/libraries/shared
+
+  if exists build/programs/shared/test-f_memory
+  run build/programs/shared/test-f_memory
+
+  if exists build/programs/static/test-f_memory
+  run build/programs/static/test-f_memory