]> Kevux Git Server - kevux-tools/commit
Update: Add higher level testfile.
authorKevin Day <Kevin@kevux.org>
Wed, 23 Apr 2025 03:45:50 +0000 (22:45 -0500)
committerKevin Day <Kevin@kevux.org>
Wed, 23 Apr 2025 03:48:32 +0000 (22:48 -0500)
commitaaf0aa4073cf10ffde2dfa67cf39c019f92f7deb
tree58bc6084e89457f647658f6f2e2a867b92b8ff39
parentd803f2b96d871f50543a9dc7651d931d7255d3eb
Update: Add higher level testfile.

Previously, something like the following is needed to perform the "remove" program runtime unit tests:
```
fake -w /tmp/fll-0.7/ clean make -f testfile -U build/remove
```

This new `testfile` allows for shortening the command to:
```
fake -w /tmp/fll-0.7/ clean make -f testfile
```

Note tat the `-w /tmp/fll-0.7/` is an example use-case for where I am storing the work directory files.
The command can be simplified to just the following (given a clean source directory and proper system installation of dependencies):
```
fake -f testfile
```
data/build/remove/testfile
data/build/testfile [new file with mode: 0644]