Skip to content

Commit

Permalink
NFC for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djolertrk committed Dec 1, 2024
1 parent 3d66c14 commit e1d319d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/TestFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ $ make
To simply run those (but make sure you followed the instructions for setting the enviroment described below):

```
$ cd KoviD && make PROCNAME="myprocname" TEST_ENV=1
# From root directory of the project
$ mkdir build && cd build
$ cmake ../ -DCMAKE_C_COMPILER=gcc && make PROCNAME="myprocname" TEST_ENV=1
Expand Down
1 change: 0 additions & 1 deletion test/native/hide-unhide-module.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# REQUIRES: 0
# REQUIRES: DEBUG_ONLY
# REQUIRES: NATIVE_TESTS

Expand Down
1 change: 1 addition & 0 deletions test/native/nc-backdoor-echo-s.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# REQUIRES: 0
# REQUIRES: DEBUG_ONLY
# REQUIRES: NATIVE_TESTS

Expand Down

0 comments on commit e1d319d

Please sign in to comment.