Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: src/trusted/validator_ragel/unreviewed/Makefile

Issue 9348082: Move unreviewed files to unreviewed subdirectory (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # A temporary Makefile to build the DFA-based validator, decoder, tests. This 5 # A temporary Makefile to build the DFA-based validator, decoder, tests. This
6 # will likely go away as soon we integrate with the NaCl build system(s). 6 # will likely go away as soon we integrate with the NaCl build system(s).
7 7
8 OUT = out 8 OUT = out
9 OUT_DIRS = $(OUT)/build/objs \ 9 OUT_DIRS = $(OUT)/build/objs \
10 $(OUT)/tarballs \ 10 $(OUT)/tarballs \
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 $(CC) $(LDFLAGS) "$(OUT)/test/test_dfa.o" \ 230 $(CC) $(LDFLAGS) "$(OUT)/test/test_dfa.o" \
231 "$(OUT)/test/test_dfa_transitions-x86_64.o" \ 231 "$(OUT)/test/test_dfa_transitions-x86_64.o" \
232 -o $(OUT)/test/test_dfa-x86_64 232 -o $(OUT)/test/test_dfa-x86_64
233 $(PYTHON2X) run_objdump_test.py \ 233 $(PYTHON2X) run_objdump_test.py \
234 --gas="$(GAS) --64" \ 234 --gas="$(GAS) --64" \
235 --objdump="$(OBJDUMP)" \ 235 --objdump="$(OBJDUMP)" \
236 --decoder="$(OBJD)/decoder-test" \ 236 --decoder="$(OBJD)/decoder-test" \
237 --tester=./decoder_test_one_file.sh \ 237 --tester=./decoder_test_one_file.sh \
238 --nthreads=`cat /proc/cpuinfo | grep processor | wc -l` -- \ 238 --nthreads=`cat /proc/cpuinfo | grep processor | wc -l` -- \
239 "$(OUT)/test/test_dfa-x86_64" "$(FAST_TMP_FOR_TEST)" 239 "$(OUT)/test/test_dfa-x86_64" "$(FAST_TMP_FOR_TEST)"
OLDNEW
« no previous file with comments | « src/trusted/validator_ragel/test_dfa.c ('k') | src/trusted/validator_ragel/unreviewed/decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698