Start porting gallery
[dygraphs.git] / watch-tests.sh
CommitLineData
e8c70e4e
DV
1watchify \
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
27cat <<END
28auto_tests/tests/multiple_axes.js \
29auto_tests/tests/no_hours.js \
30auto_tests/tests/numeric_ticker.js \
31auto_tests/tests/parser.js \
32auto_tests/tests/per_axis.js \
33auto_tests/tests/per_series.js \
34auto_tests/tests/plugins.js \
35auto_tests/tests/plugins_legend.js \
36auto_tests/tests/range_selector.js \
37auto_tests/tests/range_tests.js \
38auto_tests/tests/resize.js \
39auto_tests/tests/rolling_average.js \
40auto_tests/tests/scientific_notation.js \
41auto_tests/tests/scrolling_div.js \
42auto_tests/tests/selection.js \
43auto_tests/tests/simple_drawing.js \
44auto_tests/tests/smooth_plotter.js \
45auto_tests/tests/stacked.js \
46auto_tests/tests/step_plot_per_series.js \
47auto_tests/tests/synchronize.js \
48auto_tests/tests/to_dom_coords.js \
49auto_tests/tests/two_digit_years.js \
50auto_tests/tests/update_options.js \
51auto_tests/tests/update_while_panning.js \
52auto_tests/tests/utils_test.js \
53auto_tests/tests/axis_labels-deprecated.js \
54auto_tests/tests/visibility.js
55auto_tests/tests/gviz.js \
56END > /dev/null
57
58
59# These ones are going to be hard
60cat <<END
61# There are differences between how installPattern and setLineDash work:
62auto_tests/tests/grid_per_axis.js
63END > /dev/null