diff options
| author | tarka | 2006-05-14 03:18:30 -0700 |
|---|---|---|
| committer | tarka | 2006-05-14 03:18:30 -0700 |
| commit | c4f4a55b60ccc5715437e8b3912efa780c765313 (patch) | |
| tree | b5a5433fc4edbeaabf327d9166540da8076a1056 /tests.erl | |
| parent | 8f58c5aa02fa992d4eb6676367f0f5a371e5d3e2 (diff) | |
Use export_all instead of individual exports.
Diffstat (limited to 'tests.erl')
| -rw-r--r-- | tests.erl | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -3,14 +3,7 @@ -include("eunit.hrl"). --export([start/0]). --export([test_dec_int1/0, test_dec_int2/0, test_dec_int3/0, test_dec_int4/0, - test_dec_string1/0, test_dec_string2/0, - test_dec_list1/0, test_dec_list2/0, test_dec_list3/0, test_dec_list4/0, test_dec_list5/0, - test_dec_dict1/0]). --export([test_enc_int1/0, test_enc_int2/0, - test_enc_string1/0, test_enc_string2/0, - test_enc_list1/0, test_enc_list2/0, test_enc_list3/0]). +-compile(export_all). %% Integer decoding tests test_enc_int1() -> |
