Fixing tests

This commit is contained in:
Sergio Martin 2024-01-25 07:15:48 +01:00
parent 11800635cd
commit 4040672b0b
2 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,7 @@ name: Build and Run Tests
on:
pull_request:
branches: [ "main" ]
push:
push:
branches: [ "main" ]
jobs:

View File

@ -144,12 +144,7 @@ int main(int argc, char *argv[])
//printf("[] ROM SHA1: '%s'\n", romSHA1.c_str());
printf("[] Sequence File: '%s'\n", sequenceFilePath.c_str());
printf("[] Sequence Length: %lu\n", sequenceLength);
#ifdef _USE_QUICKNES
printf("[] State Size: %lu bytes\n", e.getFullStateSize());
#endif
#ifdef _USE_QUICKERNES
printf("[] State Size: %lu bytes - Disabled Blocks: [ %s ]\n", e.getLiteStateSize(), stateDisabledBlocksOutput.c_str());
#endif
printf("[] ********** Running Test **********\n");
fflush(stdout);