Merge pull request #13 from SergioMartin86/testFix

Fixing tests
This commit is contained in:
Sergio Martin 2024-01-25 07:16:06 +01:00 committed by GitHub
commit 19ab6200be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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);