Unit tests update

This commit is contained in:
Markus Gans 2018-03-21 00:29:51 +01:00
parent 9fe0bc3241
commit 9e3bb7e48f
2 changed files with 4 additions and 3 deletions

View File

@ -205,10 +205,9 @@ void tcapString (const std::string& name, const char cap_str[])
//----------------------------------------------------------------------
void debug (FApplication& TermApp)
{
const FString& ab_s = TermApp.getAnswerbackString();
const FString& sec_da= TermApp.getSecDAString();
#if DEBUG
const FString& ab_s = TermApp.getAnswerbackString();
const FString& sec_da = TermApp.getSecDAString();
std::cout << "\n.------------------- debug -------------------\r\n";
#if defined(__linux__)
std::cout << "| Framebuffer bpp: "

2
src/test/test Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
make test