History log of /system/extras/tests/memtest/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
83a4a064bae7b2490d6d5f2402ffd60dba224b5a 09-Nov-2015 Christopher Ferris <cferris@google.com> Do not try and sanitize memtest.

Bug: 25592757
Change-Id: I944bdabd7026251d903f9e3441859401fdcb872f
/system/extras/tests/memtest/Android.mk
8f1da8fe2db97aff22320776b46adcd2333cc5a9 05-Nov-2015 Christopher Ferris <cferris@google.com> Allow creating 32 bit memtest on arm64.

Also do a bit of cleanup in the makefile and a few of the files.

Change-Id: I10d9442a5105f47fe361b5b4fb031989150429d3
/system/extras/tests/memtest/Android.mk
dc847e65b80fc2dd00f2b70b2443e1a0df042cd6 16-Nov-2014 Dan Albert <danalbert@google.com> Move system/extras to libc++.

Bug: 15193147
Change-Id: I2188179aa315b6b94493135cfb243d5a9018fd10
/system/extras/tests/memtest/Android.mk
caacf4e89793e6a929b1165f9616c5f6d1a03f25 12-Sep-2014 Dan Albert <danalbert@google.com> Remove makefile cruft.

Don't manually include stlport, and don't use private bionic headers.

Change-Id: I0762ada6a759bcbb9b1d40f8bfd2255949da860d
/system/extras/tests/memtest/Android.mk
1348ce27ee9bb8e50a3294879c1523fa4b4d8f8b 12-Apr-2013 Christopher Ferris <cferris@google.com> Adding a few bandwidth tests.

New tests being added:
- copy_bandwidth: Gathers the copy bandwidth using four different
hand-coded assembler routines and using memcpy.
- write_bandwidth: Gathers the write bandwidth using four different
hand-coded assembler routines and using memset.
- per_core_bandwidth: Launches a thread of any one of the write/copy
bandwidth tests locked to every available core on the machine.
- multithread_bandwidth: Launches a user specified number of threads running
any one of the write/copy bandwidth tests.

Each of the tests can be modified as to the size of the data to manipulate
and the number of loops to run.

Deleted tests:
- memcpy (a better memcpy benchmark can be found in system/extras/micro_bench)
- memset (a better memset benchmark can be found in system/extras/micro_bench)
- memcmp (no real replacement, but I plan to add this to micro_bench)
- strlen (no real replacement, but I plan to add this to micro_bench)
- cpufreq (this doesn't work any more)

All verification tests have been mostly shifted to system/extras/libc_test.

Change-Id: I70d1e27da3b2ff1a4c8fc257e03b9c43c8c9e7cc
/system/extras/tests/memtest/Android.mk
957010bef327f255cdb6909109a1f31b5ee8f443 08-Feb-2011 Kenny Root <kroot@google.com> Fix for X86 target

The X86 target couldn't compile some tests that use assembly, but it can
compile other things that now depend on some projects in the test subdir
(namely libtestUtil for OpenGL tests)

Also fatblock was including <sys/endian.h> directly instead of
<endian.h> which broke some stuff on X86

Change-Id: Ib71a6e548189ca2eacfd0caa7dbd17d200efd0ea
/system/extras/tests/memtest/Android.mk
3cadc3a6df0b13deabb1b3423aafa5ff8bbfdf23 20-Jul-2010 Jason Sams <rjsams@android.com> Add FP test

Change-Id: I8c40e48e8855d0b50e5a1242ccc520fa9a8af84d
/system/extras/tests/memtest/Android.mk
9c67529d7bec42a60136677195c46c1cfd995645 23-Jun-2009 Sriram Raman <sriramkraman@google.com> Remove sound, memtest, vibrator, timetest, cachetest from tests build
/system/extras/tests/memtest/Android.mk
e16cb84e2324f05334d18dcf5956f20f44262b62 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/extras/tests/memtest/Android.mk
19ddb4b1680760e2d6863c3003976882ebd9d0fa 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/extras/tests/memtest/Android.mk
1d68e595e72f955a8cd12f59825943ea71daf7d5 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/system/extras/tests/memtest/Android.mk
7341494707810f709855ea85ce03a8ec3ac8dbaf 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/extras/tests/memtest/Android.mk