Browse Source

Added include from String and bad tests now print a line

release/0.19
JustinAJ 10 years ago
parent
commit
7afa37b321
  1. 2
      Tester/Test.cpp

2
Tester/Test.cpp

@ -2,6 +2,7 @@
#include <string>
#include "../Jupiter/Functions.h"
#include "../Jupiter/CString.h"
#include "../Jupiter/String.h"
#include "../Jupiter/File.h"
#include "../Jupiter/Base64.h"
#include "../Jupiter/InvalidIndex.h"
@ -15,6 +16,7 @@ void test(bool expr)
{
totalTests++;
if (expr) goodTests++;
else printf("Test number %u failed!" ENDL, totalTests);
}
int main()

Loading…
Cancel
Save