Changeset 86 for trunk/src/tester_test.erl
- Timestamp:
- 08/06/09 09:55:53 (3 years ago)
- File:
-
- 1 edited
-
trunk/src/tester_test.erl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tester_test.erl
r85 r86 5 5 -module (tester_test). 6 6 -export ([run_all/1, run_all/0]). 7 -export ([tree/0]). 7 8 -test (run_all). 8 9 … … 35 36 Paths = [modules: to_file_name (M, Root) || M <- Modules], 36 37 Binaries = [modules: to_binary (P) || P <- Paths], 37 false = lists: any (fun (M) -> code: is_loaded (M) end, Modules),38 % false = lists: any (fun (M) -> code: is_loaded (M) end, Modules), 38 39 Tester ! {run, Binaries}, 39 40 Results = receive_all ([]), 40 false = lists: any (fun (M) -> code: is_loaded (M) end, Modules),41 % false = lists: any (fun (M) -> code: is_loaded (M) end, Modules), 41 42 Results. 42 43 … … 196 197 ]. 197 198 198 199 200 201 199 %%% Test to be added: 202 200 %%% tests that never end (e.g. infinite loop)
Note: See TracChangeset
for help on using the changeset viewer.
