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

Fix auto_tests Makefile #1112

Merged
merged 1 commit into from
Aug 25, 2018
Merged

Fix auto_tests Makefile #1112

merged 1 commit into from
Aug 25, 2018

Conversation

zugz
Copy link

@zugz zugz commented Aug 22, 2018

Specify correct sources, add missing test save_compatability_test, and make the
list of tests easier to edit (one line per test, not repeated).


This change is Reviewable

@CLAassistant
Copy link

CLAassistant commented Aug 22, 2018

CLA assistant check
All committers have signed the CLA.

@iphydf
Copy link
Member

iphydf commented Aug 22, 2018

I'm only semi happy with the desire to keep the test lists in sync. Sometimes tests take a lot of time and autotools doesn't have a timeout. I guess we should look into the root cause and fix it. Other than that no particular concerns.

@zugz
Copy link
Author

zugz commented Aug 22, 2018 via email

@codecov
Copy link

codecov bot commented Aug 23, 2018

Codecov Report

Merging #1112 into master will decrease coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1112     +/-   ##
========================================
- Coverage    82.6%   82.5%   -0.2%     
========================================
  Files          80      80             
  Lines       14318   14318             
========================================
- Hits        11840   11819     -21     
- Misses       2478    2499     +21
Impacted Files Coverage Δ
toxav/msi.c 63.9% <0%> (-2.8%) ⬇️
toxav/toxav.c 67.3% <0%> (-1.5%) ⬇️
toxcore/LAN_discovery.c 83.9% <0%> (-1%) ⬇️
toxcore/onion_client.c 94.4% <0%> (-0.7%) ⬇️
toxcore/net_crypto.c 93.6% <0%> (+0.2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff342a5...efcda6c. Read the comment docs.

@iphydf iphydf force-pushed the testsMakefileFixes branch 2 times, most recently from 6448ec4 to 549c3ab Compare August 24, 2018 15:14
@zugz zugz force-pushed the testsMakefileFixes branch 3 times, most recently from 10e0b8b to 89cfb16 Compare August 25, 2018 10:56
* specify correct source files
* add save_compatibility_test (commented out for now)
* reformat TESTS to one line per test, and set check_PROGRAMS := TESTS
* add run_auto_test.h to EXTRA_DIST
* Fix `AUTO_TEST_CFLAGS` -> `AUTOTEST_CFLAGS`.
@iphydf iphydf added this to the v0.2.x milestone Aug 25, 2018
@zugz zugz merged commit efcda6c into TokTok:master Aug 25, 2018
@zugz zugz deleted the testsMakefileFixes branch August 25, 2018 12:45
@robinlinden robinlinden modified the milestones: v0.2.x, v0.2.7 Aug 30, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants