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

Unified Diff: platforms/stm/disco_fletch/page_allocator_test.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: platforms/stm/disco_fletch/page_allocator_test.sh
diff --git a/platforms/stm/disco_fletch/page_allocator_test.sh b/platforms/stm/disco_fletch/page_allocator_test.sh
deleted file mode 100755
index a26a17aa1f53ce9245062870e0992a5105ce462a..0000000000000000000000000000000000000000
--- a/platforms/stm/disco_fletch/page_allocator_test.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-# Copyright (c) 2016, the Dartino project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE.md file.
-
-# Temporary script for testing the page allocator.
-rm a.out
-
-set -e
-
-g++ \
- -g \
- -Og \
- -I. \
- -DFLETCH_TARGET_OS_POSIX \
- --std=gnu++11 \
- platforms/stm/disco_fletch/src/page_allocator_test.cc \
- platforms/stm/disco_fletch/src/page_allocator.cc \
- src/shared/assert.cc \
- src/shared/platform_posix.cc src/shared/platform_linux.cc \
- src/shared/utils.cc
-
-./a.out
« no previous file with comments | « platforms/stm/disco_fletch/generated/Src/stm32f7xx_it.c ('k') | platforms/stm/disco_fletch/src/FreeRTOSConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698