Browse Source

Adding TRUE and FALSE value definitions to the test framework.

netuttki 11 months ago
parent
commit
aed359c89d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test/testframework.qsrc

+ 3 - 0
test/testframework.qsrc

@@ -2,6 +2,9 @@
 
 _ISTEST = 1
 
+_TRUE = (0 ! 1)
+_FALSE = (0 = 1)
+
 !! Set up the date, the player character basic attributes, etc.
 if $ARGS[0] = 'testsetup':