Changeset 66
- Timestamp:
- 07/14/09 05:54:32 (3 years ago)
- File:
-
- 1 edited
-
trunk/src/compiler_test.erl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/compiler_test.erl
r65 r66 9 9 -export ([recompiles_minimally_after_change/0]). 10 10 -export ([stops/0]). 11 -export ([can_start_empty_and_add_files/0]). 11 12 -include_lib("stdlib/include/ms_transform.hrl"). 12 13 … … 35 36 ok = fixtures: use_tree (good_erl_tree (), F). 36 37 38 can_start_empty_and_add_files () -> 39 F = fun can_start_empty_and_add_files/2, 40 ok = fixtures: use_tree ([], F). 41 37 42 provides_binaries_when_all_compiled (Root, _) -> 38 43 Compiler = spawn_link (compiler, init, [notify_me (), Root]), … … 60 65 ok. 61 66 67 can_start_empty_and_add_files (Root, []) -> 68 nok. 69 62 70 %% More tests: 63 %% - stops64 71 %% - empty tree 65 72 %% - add a file
Note: See TracChangeset
for help on using the changeset viewer.
