Skip to content

Commit 70ab188

Browse files
authored
Merge pull request #1102 from cmu-delphi/survey-split-tests
[fb-package] Split tests into unit and integration sections that can be run separately
2 parents 81ebcd2 + 1564afa commit 70ab188

File tree

375 files changed

+34437
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+34437
-1
lines changed

facebook/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ lint: coverage
144144
test: delphiFacebook_1.0.tar.gz
145145
if [ ! -f params.json ]; then cp params.json.template params.json; fi
146146
grep testthat params.json
147-
R CMD check $<
147+
R CMD check --test-dir=unit-tests $<
148+
R CMD check --test-dir=integration-tests $<
148149

149150
delphiFacebook_1.0.tar.gz: $(wildcard delphiFacebook/R/*.R)
150151
R CMD build delphiFacebook

0 commit comments

Comments
 (0)