Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large file test issues in nc_test4/Makefile.am #687

Closed
edhartnett opened this issue Nov 24, 2017 · 1 comment · Fixed by #680
Closed

Large file test issues in nc_test4/Makefile.am #687

edhartnett opened this issue Nov 24, 2017 · 1 comment · Fixed by #680

Comments

@edhartnett
Copy link
Contributor

In nc_test4/Makefile.am we have:

Add these if large file tests are turned on.

if LARGE_FILE_TESTS
check_PROGRAMS += tst_large tst_large2
endif

Then, later in the file:

if LARGE_FILE_TESTS
check_PROGRAMS += tst_large
TESTS += tst_large
endif # LARGE_FILE_TESTS

So tst_large2 is being built but not run as a test. I will take a look.

@edhartnett
Copy link
Contributor Author

I turned on tst_large2 and it works fine. I have added this fix to my current open PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant