002f8793d151f0f088415d77f8e42b6e39281bcc
[dygraphs.git] / watch-tests.sh
1 watchify \
2 -v -t babelify \
3 --debug \
4 -o dist/tests.js \
5 auto_tests/tests/sanity.js \
6 auto_tests/tests/pathological_cases.js \
7 auto_tests/tests/axis_labels.js \
8 auto_tests/tests/annotations.js \
9 auto_tests/tests/callback.js \
10 auto_tests/tests/connect_separated_points.js \
11 auto_tests/tests/fill_step_plot.js \
12 auto_tests/tests/custom_bars.js \
13 auto_tests/tests/css.js \
14 auto_tests/tests/data_api.js \
15 auto_tests/tests/date_formats.js \
16 auto_tests/tests/date_ticker.js \
17 auto_tests/tests/error_bars.js \
18 auto_tests/tests/dygraph-options-tests.js \
19 auto_tests/tests/fast_canvas_proxy.js \
20 auto_tests/tests/formats.js \
21 auto_tests/tests/hidpi.js \
22 auto_tests/tests/interaction_model.js \
23 auto_tests/tests/missing_points.js \
24 auto_tests/tests/multi_csv.js \
25
26
27 cat <<END
28 auto_tests/tests/multiple_axes.js \
29 auto_tests/tests/no_hours.js \
30 auto_tests/tests/numeric_ticker.js \
31 auto_tests/tests/parser.js \
32 auto_tests/tests/per_axis.js \
33 auto_tests/tests/per_series.js \
34 auto_tests/tests/plugins.js \
35 auto_tests/tests/plugins_legend.js \
36 auto_tests/tests/range_selector.js \
37 auto_tests/tests/range_tests.js \
38 auto_tests/tests/resize.js \
39 auto_tests/tests/rolling_average.js \
40 auto_tests/tests/scientific_notation.js \
41 auto_tests/tests/scrolling_div.js \
42 auto_tests/tests/selection.js \
43 auto_tests/tests/simple_drawing.js \
44 auto_tests/tests/smooth_plotter.js \
45 auto_tests/tests/stacked.js \
46 auto_tests/tests/step_plot_per_series.js \
47 auto_tests/tests/synchronize.js \
48 auto_tests/tests/to_dom_coords.js \
49 auto_tests/tests/two_digit_years.js \
50 auto_tests/tests/update_options.js \
51 auto_tests/tests/update_while_panning.js \
52 auto_tests/tests/utils_test.js \
53 auto_tests/tests/axis_labels-deprecated.js \
54 auto_tests/tests/visibility.js
55 auto_tests/tests/gviz.js \
56 END > /dev/null
57
58
59 # These ones are going to be hard
60 cat <<END
61 # There are differences between how installPattern and setLineDash work:
62 auto_tests/tests/grid_per_axis.js
63 END > /dev/null